[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Constants for increasing the source code readability:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

With help of preprocessor command #define are following new constants
defined:

Color items description:
~~~~~~~~~~~~~~~~~~~~~~~~

#define nNormal    1   //CLIPPER:Normal,Enhanced,Border,NotUse,Unselect
#define nEnhanced  2   //         1      2        3      4      5
#define nBorder    3
#define nNotUse    4
#define nUnSelect  5

#define nShadow    3   //WINDOW: Normal,Enhanced,Shadow,Title, Unselect
#define nTitle     4   //         1      2        3      4      5

#define nSelected  2   //MENU:   Normal,Selected,Shadow,Letter,Disable
#define nLetter    4   //         1      2        3      4      5
#define nDisable   5
#define nExtension 6

Look at the clipper color string.

Source file is Object.ch

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson